.titleBar {
	height: 100px;
	line-height: 100px;
}

.titleBar .title {
	font-size: 1.575rem;
	font-weight: bold;
	color: #262626;
}

.titleBar .more {
	float: right;
	font-size: 1.125rem;
	font-weight: 400;
	color: #262626;
	cursor: pointer;
}

.productType {
	height: 19.1875rem;
}

.product {
	background-image: url("../img/index/bg.png");
	background-repeat: no-repeat;
	object-fit: cover;
}

.product .row .col-6 {
	padding: 3px !important;
}

/* 优势特点 */
.ystdBg {
	background-color: #FAFAFA;
}

.ystdBg .ystd {
	margin-top: 3.125rem;
	text-align: center;
}

.ystdBg .ystd .type {
	margin-top: 2.3125rem;
	font-size: 20px;
	font-family: Alibaba PuHuiTi 2.0;
	font-weight: normal;
	color: #262626;
	padding-bottom: 3.75rem;
}

.szgd {
	background-image: url("../img/index/bg.png");
	width: 100%;
	height: 15.75rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-top: 8.125rem;
	text-align: center;
}

.work .workType {
	color: #FFFFFF;
}

.work .workType .num {
	font-size: 2.05rem;
	font-weight: bold;
}

.work .workType .unit {
	font-size: 0.8125rem;
	font-weight: 400;
	position: relative;
	top: -10px;
	left: 10px;
}

.work .workType .name {
	font-size: 0.8125rem;
	font-weight: 400;
}


/* 新闻 */
.news {
	background-color: #FAFAFA;
}

.news .row {
	margin-top: 10px;
}

.news .small-flex {
	display: flex;
	margin: 1rem 0;
}

.news .small-flex .flex-left {
	flex: 1;
	padding-right: 0.3125rem;
}

.news .small-flex .flex-left img {
	transition: all 0.2s;
	cursor: pointer;
}

.news .small-flex .flex-left img:hover {
	transform: scale(1.05);
}

.news .small-flex .content {
	flex: 3;
}

.news .flex-div p {
	margin: 0;
}


.news .content h6 {
	margin-top: 0.4375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 0.875rem;
	font-weight: 500;
	color: #262626;
}

.news .content .date {
	font-size: 0.75rem;
	font-weight: 400;
	color: #575757;

}

.news .content p {
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;
	color: #575757;
}

.news .newsList {
	margin: 1rem 0;
}

.flex-left  img{
  width: 159px;
  height: 100px;
}

/* 解决方案 */
.productType {
	
	width: 100%;
	display: flex;
}

.productType ul {
	list-style: none;
	padding: 0;
}

.productType .productTypeMenu {
	width: 10%;
	display: flex;
	padding-top: 1.2rem;
}

.productType .productTypeMenu li {
	line-height: 4.375rem;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #262626;
	cursor: pointer;
	position: relative;
	padding-left: 60px;
	transition: all .3s;
}

.productType .productTypeMenu li.active {
	font-size: 1.25rem;
}

.productType .productTypeMenu li::before {
	position: absolute;
	top: 32px;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 3px;
	content: "";
	background-color: #e5e5e5;
	transition: all .3s;
}

.productType .productTypeMenu li.active::before {
	width: 50px;
	background-color: #0070ff;
}

.productType .productTypeMenu li:hover {
	color: #0176DC;
}


.productType .tab {
	display: flex;
	border-bottom: 1px solid #C7D1DD;
	padding-bottom: 0.3125rem;

}


.productType .tab li {
	margin-right: 6rem;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 700;
	color: #262626;
	cursor: pointer;
}

.productType .tab li:hover {
	color: #0176DC;
}

.tab-innner {
	display: flex;
}

.tab-innner .info {
	width: 50%;
}

.tab-innner .info .name {
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #262626;
	margin-bottom: 1rem;
}

.tab-innner a {
	display: block;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #262626;
	line-height: 2.5rem;
}

#ybznsh {
	display: none;
  margin-left: calc(6rem + 153px);
}

.active {
	color: #0176DC !important;
}

#alInfo {
	display: none;
}

#DRGInfo{
	display: none;
}

#glInfo{
	display: none;
}
.newsIcon {
	margin-right: 0.3125rem;
	position: relative;
	top: -2px;
}

.fixed-rigth {
	position: fixed;
	right: 5.625rem;
	top: 70%;
	z-index: 9999;
}

.fixed-rigth ul {
	list-style: none;
}

.fixed-rigth ul li {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	box-shadow: 0px 2px 43px 0px rgba(227, 227, 227, 0.61);
	border-radius: 50%;
	line-height: 10px;
	text-align: center;
	line-height: 0.875rem;
	margin-bottom: 0.8125rem;
	padding-top: 1.05rem;
	cursor: pointer;
}

.fixed-rigth ul li:nth-of-type(3) {
	padding-top:12px !important;
}

.fixed-rigth ul li a {
	font-size: 0.8125rem;
	font-family: Alibaba PuHuiTi 2.0;
	font-weight: normal;
	color: #262626;
}

.fixed-rigth ul li a:hover {
	color: #0070ff;
}

.ewm1 {
	position: fixed;
	right: 11.625rem;
	top: 80%;
	z-index: 9999;
	width: 324px;
	height: 128px;
	background: #FFFFFF;
	box-shadow: 0px 2px 43px 0px rgba(227,227,227,0.61);
	border-radius: 8px;
	text-align: center;
	padding: 0.625rem;
}

.ewm1 img {
	width: 5.8125rem;
	height: 5.8125rem;
}

.ewm1 p {
	font-size: 13px;
	font-family: Alibaba PuHuiTi 2.0;
	font-weight: normal;
	color: #0059D1;
	cursor: pointer;
}

.banner{
	display: block;
	margin: auto 0;
}

.banner-video{
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
	background: url("../img/index/bg11.png");
	background-repeat: repeat-x;
}

